Fluent Assertions Documentation
FluentAssertions.Primitives Namespace / ReferenceTypeAssertions<TSubject,TAssertions> Class / Satisfy<T> Method
The element inspector which must be satisfied by the TSubject.
In This Topic
    Satisfy<T> Method (ReferenceTypeAssertions<TSubject,TAssertions>)
    In This Topic
    Allows combining one or more assertions using the other assertion methods that this library offers on an instance of T.
    Syntax

    Parameters

    assertion
    The element inspector which must be satisfied by the TSubject.

    Type Parameters

    T

    Return Value

    An FluentAssertions.AndConstraint<TParent> which can be used to chain assertions.
    Exceptions
    ExceptionDescription
    assertion is a null reference (Nothing in Visual Basic).
    Remarks
    If multiple assertions executed by the assertion fail, they will be raised as a single failure.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also